projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad20e1
)
(mouse-wheel-up-event): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Feb 2006 11:32:31 +0000
(11:32 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Feb 2006 11:32:31 +0000
(11:32 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/mwheel.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 2686f9b2ff851fcf08403e13eca0446cfd087c5c..d0f01a98655cce2edd38a4855b829b495fc17e16 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2006-02-11 Martin Rudalics <rudalics@gmx.at>
+
+ * mwheel.el (mouse-wheel-up-event): Doc fix.
+
2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
* tumme.el (tumme-dir): Changed default value to
diff --git
a/lisp/mwheel.el
b/lisp/mwheel.el
index 6e70136ad5c50d4a292d0b35ed2692777b1d0eb5..aca959e857712add011f99c43e4d4c8015d1df49 100644
(file)
--- a/
lisp/mwheel.el
+++ b/
lisp/mwheel.el
@@
-77,7
+77,7
@@
'wheel-down
(intern (format (if (featurep 'xemacs) "button%s" "mouse-%s")
mouse-wheel-up-button)))
- "Event used for scrolling
down
."
+ "Event used for scrolling
up
."
:group 'mouse
:type 'symbol
:set 'mouse-wheel-change-button)